home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / hispeed.lzh / HISPEED / FLASHPAT / FLASHPAT.ENG < prev    next >
Text File  |  1991-07-14  |  2KB  |  38 lines

  1. Flash Patch              (wr) 26.08.1990 by The Frontier
  2. -----------
  3.  
  4. Some of You, who use highspeed or error-correcting modem, will have noticed,
  5. that Flash has big problems with X/Y-Modem upload when you have connected 
  6. with a higher speed than 2400/NONE. Such uploads are interrupted by a mass 
  7. of errors.
  8.  
  9. Simple problem. Flash, in opposition to the manual, doesn't use RTS/CTS.
  10. When started, it deactivates your own setting by simply calling Rsconf
  11. without the appropriate setting. So you have problems when uploading with 
  12. blocksizes higher 128 Bytes (MNP-modems with 2400 bps normally have a 256
  13. byte nuffer for input).  When downloading with Flash, you should have no
  14. problems, because the code is fast enough to store the data between two
  15. blocks without a timeout. Only at 19200 baud it can occure, that you 
  16. might have errors. If Flash would use RTS/CTS protocoll, this could work
  17. too.
  18.  
  19. For the solution of this I have written FLASHPAT, which patches the main-
  20. program FLASH.PRG so that it correctly activates RTS/CTS. After starting
  21. FLASHPAT from the Desktop, you have to choose 'FLASH.PRG' in the fileselector
  22. and then the choice between patching Flash for RTS/CTS or patching it back 
  23. to the original code, so that you don't have to have Flash on your disk 
  24. two times, but can swith between the settings by simply use of FLASHPAT.
  25.  
  26. ******************************************************************
  27. * Note, that you must not have FLASH packed using something like *
  28. * PFXPAK or DC_SQUISH, otherwhise Flash will not be patched      *
  29. ******************************************************************
  30.  
  31. FLASHPAT precautionary tests the program choosen for really being
  32. FLASH. If not, you will get an error message.
  33.  
  34. Have fun with your stressfree uploads.......The Frontier
  35.  
  36.  
  37.  
  38.